ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / PagesCollection<T> Class / Add Method / Add(T) Method

In This Topic
    Add(T) Method
    In This Topic
    Adds a Page object to the end of the PagesCollection.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal value As T _
    ) As Integer
    public int Add( 
       T value
    )

    Parameters

    value
    See Also